home *** CD-ROM | disk | FTP | other *** search
-
- echo off
- cls
- echo
- echo ═════════════════════════
- echo PERSONAL CONTACTS MANAGER
- echo ═════════════════════════
- echo
- echo
- echo Manual print-out
- echo ~~~~~~~~~~~~~~~~
- echo
- echo This program will print your help text files.
- echo Please make your printer ready.
- echo
- echo
- echo Then press the ─┘ key if you wish to proceed.
- echo
- echo
- echo
- echo To terminate at any time, press the CTRL and C keys together.
- echo
-
- pause>NUL
- cls
- echo
- echo
- echo
- echo The files are being printed.
- echo
- echo Stand by please...
- echo
- echo
- print readme1.txt
- print readme2.txt
- print readme3.txt
- print readme4.txt
- print readme5.txt
- print readme6.txt
- print readme7.txt
- print readme8.txt
- print readme9.txt
-
- cls
-